-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Multiple Choice Task] Fix UI bugs in multiple choice selectors #2899
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2899 +/- ##
============================================
- Coverage 62.22% 61.90% -0.33%
+ Complexity 1205 1204 -1
============================================
Files 267 268 +1
Lines 6380 6441 +61
Branches 882 897 +15
============================================
+ Hits 3970 3987 +17
- Misses 1863 1898 +35
- Partials 547 556 +9
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please paste a screenshot into the PR desc when you can. Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about taking this opportunity to migrate it to jetpack compose?
Marking this as draft. Working towards migrating the task's UI to compose. |
2adc6a8
to
459bee0
Compare
@gino-m This is now ready for another pass! Migrated the UI to compose and updated styling & unit tests. |
Fixes #2893
Updates UX as per figma mocks
@gino-m PTAL?